home *** CD-ROM | disk | FTP | other *** search
/ mail.altrad.com / 2015.02.mail.altrad.com.tar / mail.altrad.com / TEST / office deutch / INFOPATH.NL-NL / INFLR.CAB / FL_ActivateaRunningApplicationByName_snipp_142532_ENU____.3643236F_FC70_11D3_A536_0090278A1BB8 < prev    next >
Extensible Markup Language  |  2005-10-28  |  1KB  |  27 lines

  1. <?xml version="1.0"?>
  2. <CodeSnippets xmlns="http://schemas.microsoft.com/VisualStudio/2005/CodeSnippet">
  3.   <CodeSnippet Format="1.0.0">
  4.     <Header>
  5.       <Title>Activate a Running Application by Name</Title>
  6.       <Author>Microsoft Corporation</Author>
  7.       <Description>Activates a running application using the name of the application.</Description>
  8.       <Shortcut>appActNa</Shortcut>
  9.     </Header>
  10.     <Snippet>
  11.       <Imports>
  12.         <Import>
  13.           <Namespace>Microsoft.VisualBasic</Namespace>
  14.         </Import>
  15.       </Imports>
  16.       <Declarations>
  17.         <Literal>
  18.           <ID>applicationName</ID>
  19.           <Type>String</Type>
  20.           <ToolTip>Replace with the name of the application. This is often the title of the application window.</ToolTip>
  21.           <Default>"Untitled - Notepad"</Default>
  22.         </Literal>
  23.       </Declarations>
  24.       <Code Language="VB" Kind="method body"><![CDATA[AppActivate($applicationName$)]]></Code>
  25.     </Snippet>
  26.   </CodeSnippet>
  27. </CodeSnippets>